Click or drag to resize

NoteCollectionContains Method (String)

Determines whether the NoteCollection contains a specific Note.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public bool Contains(
	string description
)

Parameters

description
Type: SystemString
The description of the Note to check for.

Return Value

Type: Boolean
true if the collection contains the specified Note; otherwise, false.
See Also